home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / sorting / vbsort / vbsort.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1991-07-09  |  4.1 KB  |  57 lines

  1. Form1
  2. VBSort
  3. Form1,
  4. Label2
  5. List:
  6. Label3
  7. Array:
  8. List1
  9. Courier
  10. List2
  11. Courier
  12. List3
  13. B_SortList
  14.     Sort List
  15. B_SortArray
  16. Sort Array
  17. Command1
  18. About VBSort
  19. Label1
  20. Label4
  21. Form_Click
  22. @    Form_Load
  23. List1
  24. Bottom@
  25. SortList_Click
  26. slist1
  27.     listcount*
  28. SortListh
  29. B_SortList_Click
  30. MousePointer
  31. Label1I
  32. caption
  33. array
  34.     LastArray
  35. List2
  36. @    SortArray
  37. Command1_Click
  38. B_SortArray_Click
  39. Label4
  40. List3
  41. Form_Load
  42. SortList
  43. B_SortList_Click
  44. Note that the lines are sorted alphabetically, not numerically."
  45. SortArray
  46. B_SortArray_Click
  47. Note that the second element of the array is sorted along with the first."
  48. Command1_Click
  49. This sample program contains two routines: "
  50. One to sort a List box and one to sort an array. "
  51. The routines are under General Proc.'s "
  52. This sample file is Copyright 1991 Nelson Ford, PsL.
  53. You may modify and use the routines. You may also distribute this file to others, as long you do not change the contents."
  54. For more routines for VB, see DLs 1 and 6 on MSLANG on CIS, 
  55. or call Public (software) Library for a free newsletter. "
  56. 800-242-4775 or on CIS: 71355,470.
  57.